doc: Fix typos
authorVolker Sobek <reklov@live.com>
Mon, 19 Aug 2013 17:50:43 +0000 (19:50 +0200)
committerVolker Sobek <reklov@live.com>
Tue, 20 Aug 2013 15:35:44 +0000 (17:35 +0200)
Fix two typos in gtk/gtktexttag.c.

https://bugzilla.gnome.org/show_bug.cgi?id=706335

gtk/gtktexttag.c

index b7e3c8983508c64a6a115318e8f75911e213b6f6..2cdd88f171d02b1fe9b72aefe3c06d25c4f7302e 100644 (file)
@@ -569,7 +569,7 @@ gtk_text_tag_class_init (GtkTextTagClass *klass)
   /**
    * GtkTextTag:paragraph-background-gdk:
    *
-   * The paragraph background color as a as a #GdkColor.
+   * The paragraph background color as a #GdkColor.
    *
    * Since: 2.8
    *
@@ -586,7 +586,7 @@ gtk_text_tag_class_init (GtkTextTagClass *klass)
   /**
    * GtkTextTag:paragraph-background-rgba:
    *
-   * The paragraph background color as a as a #GdkRGBA.
+   * The paragraph background color as a #GdkRGBA.
    *
    * Since: 3.2
    */